ComponentOne ASP.NET MVC Controls
Ranges Method

C1.Web.Mvc.Fluent Namespace > GaugeBuilder<TControl,TBuilder> Class : Ranges Method
The build action
Sets the Ranges.
Syntax
'Declaration
 
Public Function Ranges( _
   ByVal build As Action(Of ListItemFactory(Of Range,RangeBuilder)) _
) As GaugeBuilder(Of TControl,TBuilder)
public GaugeBuilder<TControl,TBuilder> Ranges( 
   Action<ListItemFactory<Range,RangeBuilder>> build
)

Parameters

build
The build action

Return Value

Current builder
See Also

Reference

GaugeBuilder<TControl,TBuilder> Class
GaugeBuilder<TControl,TBuilder> Members